home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / ANbsd < prev    next >
Encoding:
Text File  |  1998-10-19  |  1.1 KB  |  36 lines

  1. A first release of cdrecord has been released for *BSD.
  2.  
  3. *BSD has a userland SCSI ioctl(2) that is very similar to my /dev/scg* design
  4. that I made in 1986 for SunOS/Solaris. Unfortunately every other line of code
  5. seems to try to keep me away from using this code. See hints below
  6. for using cdrecord on *BSD systems.
  7.  
  8. I would be happy to get test reports ...
  9.  
  10. Hints for installing/testing:
  11.  
  12. Read the README.xxxBSD file in the disribution.
  13.  
  14. If /dev/su0-0-0 ... do not work on your system, you may try
  15. use dev=/dev/rcd0a:@,0 od dev=/dev/rcd0a:@
  16. If the CD-Recorder is on /dev/cd0a
  17.  
  18. Read the man page for more information.
  19.  
  20. You may also try to use /dev/cd0c:@  /dev/cd0d or /dev/cd0.ctl:@
  21. *BSD seems not to be well tested with user level SCSI commands.
  22.  
  23. This changes with FreeBSD/cam
  24.  
  25. You then will be able to access the CD-Recorder as on other
  26. systems. If your CD-Recorder is on SCSI Bus 0, Target 2, lun 0
  27. type:
  28.  
  29. cdrecord dev=0,2,0 .....
  30.  
  31. cdrecord -scanbus also works on FreeBSD/cam
  32.  
  33. I hope to get cdrecord work better with your help soon.
  34.  
  35. J÷rg
  36.